←Select platform

Set<T>(string,T,DateTime,string) Method (ObjectCache)

Summary

Adds a key/value pair item into the cache with the specified absolute expiration date.

Syntax

C#
VB
Java
C++
public virtual void Set<T>( 
   string key, 
   T value, 
   System.DateTime absoluteExpiration, 
   string regionName 
) 
Public Overridable Sub [Set](Of T)( 
   ByVal key As String, 
   ByVal value As T, 
   ByVal absoluteExpiration As Date, 
   ByVal regionName As String 
) 
public:  
   generic<typename T> 
   virtual void Set( 
      String^ key, 
      T value, 
      System::DateTime absoluteExpiration, 
      String^ regionName 
   ) 
public<T> void set(String key, T value, Class<?> classOfT, Date absoluteExpiration, String regionName)

Parameters

key

Unique identifier of the cache item.

value

Data for the cache item.

absoluteExpiration

Absolute expiration date to use.

regionName

Optional name of a region in cache.

Remarks

If the item is already in the cache, then it will be replaced with the new item and its policy updated.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Caching Assembly
Click or drag to resize